Disable debug build by default.
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 9 Apr 2009 16:31:35 +0000 (17:31 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 9 Apr 2009 16:31:35 +0000 (17:31 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Config.mk
xen/arch/x86/acpi/cpu_idle.c

index 2cdc7660e3c186d20d4948d8e1c9acc229768975..c1aa25ccd2866ba58e88c23caf2b2d48c9476a15 100644 (file)
--- a/Config.mk
+++ b/Config.mk
@@ -1,7 +1,7 @@
 # -*- mode: Makefile; -*-
 
-# A debug build of Xen and tools? TEMPORARILY ENABLED
-debug ?= y
+# A debug build of Xen and tools?
+debug ?= n
 
 XEN_COMPILE_ARCH    ?= $(shell uname -m | sed -e s/i.86/x86_32/ \
                          -e s/i86pc/x86_32/ -e s/amd64/x86_64/)
index 40263873e8d6348bcb4b2ca05445bb3e7579e40f..ac346ce0bcb212458cad791b620a826a2fc19133 100644 (file)
@@ -48,7 +48,7 @@
 #include <public/platform.h>
 #include <public/sysctl.h>
 
-#define DEBUG_PM_CX
+/*#define DEBUG_PM_CX*/
 
 static void (*lapic_timer_off)(void);
 static void (*lapic_timer_on)(void);